var runtime.prof
14 uses
runtime (current package)
cpuprof.go#L108: for !prof.signalLock.CompareAndSwap(0, 1) {
cpuprof.go#L113: if prof.hz.Load() != 0 { // implies cpuprof.log != nil
cpuprof.go#L125: prof.signalLock.Store(0)
cpuprof.go#L145: for !prof.signalLock.CompareAndSwap(0, 1) {
cpuprof.go#L159: prof.signalLock.Store(0)
proc.go#L5728: var prof struct {
proc.go#L5749: if prof.hz.Load() == 0 {
proc.go#L5841: if prof.hz.Load() != 0 {
proc.go#L5884: for !prof.signalLock.CompareAndSwap(0, 1) {
proc.go#L5887: if prof.hz.Load() != hz {
proc.go#L5889: prof.hz.Store(hz)
proc.go#L5891: prof.signalLock.Store(0)
signal_unix.go#L522: if prof.hz.Load() != 0 {
signal_unix.go#L545: if prof.hz.Load() != 0 {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |